home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 13821 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  3.2 KB

  1. Path: iist.unu.edu!ep
  2. From: ep@iist.unu.edu (Erwin Paguio)
  3. Newsgroups: comp.lang.asm.x86,comp.lang.c,comp.lang.c++
  4. Subject: Re: Any info on reading or writing to CD-ROM?
  5. Date: 27 Mar 1996 14:00:09 +0800
  6. Organization: UNU/IIST
  7. Distribution: world
  8. Message-ID: <4jalh9$q7@zhou.iist.unu.edu>
  9. References: <sehari.827706428@eng3.iastate.edu> <4j5fdj$4vo@roeskva.iist.unu.edu> <4j6vqn$qra@soap.news.pipex.net>
  10. NNTP-Posting-Host: zhou.iist.unu.edu
  11.  
  12.  
  13. In article <4j6vqn$qra@soap.news.pipex.net>, gm78@dial.pipex.com (Matt Francis) writes:
  14. |> ep@iist.unu.edu (Erwin Paguio) wrote:
  15. |> 
  16. |> >In article <sehari.827706428@eng3.iastate.edu>, sehari@iastate.edu (Babak $ehari) writes:
  17. |> >|> ----
  18. |> >|> 
  19. |> >|> I am looking for a book or other informative material about reading
  20. |> >|> and writing tracks of a CD-ROM.  Can I do it with BIOS only or do I
  21. |> >|> need DOS?  Is it any different from reading and writing regular floppy
  22. |> >|> or hard disks?!
  23. |> >|> 
  24. |> >|> I Like to do this in C or C++, if there is any good library that can
  25. |> >|> read or write sectors/tracks of CD-ROM.  If that is not
  26. |> >|> possible, I like to know about BIOS INT or DOS INT that does this.
  27.  
  28. I think MSCDEX hooked INT 25h and 26h so that you can perform disk read or
  29. write (if the drive is capable) just like on an ordinary hard disk...
  30.  
  31. |> >|> Any good assembly books that talks about this subject?
  32. |> >|> 
  33. |> >|>                             With highest regards,
  34. |> >|>                                  Babak   Sehari.
  35. |> >|> 
  36. |> 
  37. |> >I suggest you look at the MSCDEX documentation.  It discusses the ways on how to
  38. |> >read from a CDROM.  As reagrds to writing to one, I don't have any idea -- but I
  39. |> >think your CDROM drive must support it before you can perfrom a write.
  40. |> 
  41. |> You can't write to a CD-ROM. Just to remind, the RO part stands for
  42. |> "read-only". 
  43.  
  44. I think the original poster meant CD-R for writing and CDROM for reading.
  45. There already a couple of drives allowing for personal mastering of CDs.
  46.  
  47. |> There is such a thing as a CD-ROM burner (for people with
  48. |> $many) which will write whole CDs at a time on special writeable
  49. |> blanks, but this is still write-once - you can't change it thereafter.
  50.  
  51. Yes, the technology only allows for writing unto the disc once...
  52.  
  53. |> [at a push, these will do multiple "sessions" on one CD, sequentially,
  54. |> but for technical reasons, you lose a number of megs per new "session"
  55. |> apart from whatever it is you want to write]. 
  56.  
  57. A new session would take about 9MB of space.  But I've read in an article
  58. once that you could create new volumns instead which only take around 300KB
  59. of overhead (which is much better than 9MB).
  60.  
  61. |> If you want to use one of these, I believe (being far too poor to own 
  62. |> one myself!) 
  63.  
  64. Same here :-(
  65.  
  66. |> that they generally need their own, proprietary software, which will 
  67. |> probably be sold seperately to you for another $many.
  68.  
  69. Most CD recorders use proprietary software.  But more often, the software
  70. is bundled with the drive when you buy it.  I myself am on the lookout for
  71. any information of how to go about doing a CD writer software.  Unfortunately,
  72. I haven't found any material discussing that nor the drive to test it.  
  73. Maybe next year....
  74.  
  75. YO!
  76. -- 
  77. Erwin D. Paguio
  78. http://rh.iist.unu.edu/~ep/ydeeps.html
  79. Pascal and ASM Enthusiast
  80.  
  81.